projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df57389
)
wayland: Fix indentation
author
Kristian Høgsberg
<krh@bitplanet.net>
Thu, 10 Feb 2011 16:01:09 +0000
(11:01 -0500)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Thu, 10 Feb 2011 16:02:15 +0000
(11:02 -0500)
gdk/wayland/gdkdevice-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkdevice-wayland.c
b/gdk/wayland/gdkdevice-wayland.c
index 6f4237cbeb2d64f5092460bfc4dfec432481b633..531e249a3aa53451dd562cf5cfb43dde86ec26bd 100644
(file)
--- a/
gdk/wayland/gdkdevice-wayland.c
+++ b/
gdk/wayland/gdkdevice-wayland.c
@@
-587,11
+587,11
@@
input_handle_keyboard_focus(void *data,
}
static const struct wl_input_device_listener input_device_listener = {
-
input_handle_motion,
-
input_handle_button,
-
input_handle_key,
-
input_handle_pointer_focus,
-
input_handle_keyboard_focus,
+ input_handle_motion,
+ input_handle_button,
+ input_handle_key,
+ input_handle_pointer_focus,
+ input_handle_keyboard_focus,
};
void